home *** CD-ROM | disk | FTP | other *** search
- object JPGCompressForm: TJPGCompressForm
- Left = 271
- Top = 140
- ActiveControl = BOk
- BorderStyle = bsDialog
- Caption = 'Compression JPEG'
- ClientHeight = 249
- ClientWidth = 354
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- Position = poMainFormCenter
- OnCreate = FormCreate
- OnHide = FormHide
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object LblN: TLabel
- Left = 16
- Top = 16
- Width = 60
- Height = 13
- Caption = 'Compression'
- end
- object Label1: TLabel
- Left = 16
- Top = 64
- Width = 153
- Height = 13
- AutoSize = False
- Caption = 'Qualit'#233' inf'#233'rieure'
- end
- object Label2: TLabel
- Left = 192
- Top = 64
- Width = 145
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Qualit'#233' sup'#233'rieure'
- end
- object LblStatut: TLabel
- Left = 16
- Top = 172
- Width = 42
- Height = 13
- Caption = 'LblStatut'
- end
- object BAnnuler: TButton
- Left = 264
- Top = 208
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Annuler'
- TabOrder = 0
- OnClick = BAnnulerClick
- end
- object BOk: TButton
- Left = 184
- Top = 208
- Width = 75
- Height = 25
- Caption = 'Ok'
- Default = True
- TabOrder = 1
- OnClick = BOkClick
- end
- object TBN: TTrackBar
- Left = 10
- Top = 32
- Width = 335
- Height = 25
- Max = 100
- Min = 10
- Orientation = trHorizontal
- PageSize = 10
- Frequency = 5
- Position = 90
- SelEnd = 0
- SelStart = 0
- TabOrder = 2
- ThumbLength = 15
- TickMarks = tmBottomRight
- TickStyle = tsAuto
- OnChange = TBNChange
- end
- object RBStandard: TRadioButton
- Left = 16
- Top = 96
- Width = 193
- Height = 17
- Caption = 'Format standard'
- Checked = True
- TabOrder = 3
- TabStop = True
- end
- object RBProgressif: TRadioButton
- Left = 16
- Top = 112
- Width = 185
- Height = 17
- Caption = 'Format progressif'
- TabOrder = 4
- end
- object BApercu: TButton
- Left = 16
- Top = 208
- Width = 75
- Height = 25
- Caption = 'Aper'#231'u'
- TabOrder = 5
- OnClick = BApercuClick
- end
- object CBExif: TCheckBox
- Left = 16
- Top = 136
- Width = 289
- Height = 17
- Caption = 'Conserver les informations Exif'
- TabOrder = 6
- end
- end
-